home *** CD-ROM | disk | FTP | other *** search
- /*
- CSS for Details page.
- */
-
- html {
- overflow-y:hidden;
- overflow-x:hidden;
- }
-
- BODY {
- margin:0px;
- padding:0px;
- background-color:#368;
-
- font-family:Verdana,"Trebuchet MS", Arial, sans-serif;
- font-size:10px;
- }
-
- #DETAILS_HEADER {
- display: inline-block;
- left: 0px;
- top: 0px;
- width:100%;
- color:#000000;
- background:#ffffff url("../graphics/main_bg.jpg") repeat-x left top;
- margin:0px 0px 0px 0px;
- border:0px 0px 0px 0px;
- padding:0px 0px 0px 0px;
- height:60px;
- }
-
- #DETAILS_HEADER_DIV, #OPTIONS_DIV, #BUTTONS_DIV, #QUALITY_DIV, #UPDATE_DIV {
- background-color:#000000;
- height:1px;
- width:100%;
- overflow: hidden;
- clear:both;
- }
-
- #DETAILS_HEADER_TEXT {
- display: inline-block;
- margin: 0px 5px 0px 5px;
- width:100%;
- }
-
- #DETAILS_TEXTLARGE {
- display: inline-block;
- font-size:24px;
- font-weight:bold;
- float:left;
- text-indent: 5px;
- }
-
- .butUpdateTime A {
- text-decoration: none;
- font-size: 12px;
- }
-
- #RECORD_BUTS A, .butShowAllEpisodes A, .butShowThisEpisode A, .butSearchThisEpisode A, .butUpdateTime A {
- text-decoration: none;
- font-size: 11px;
- font-weight:bold;
- color: #000000;
-
- display: inline-block;
-
- border: 1px solid #000000;
- margin: 2px 0px 0px 4px;
- padding: 0px 6px 0px 6px;
- background-color: #0066EE;
-
- /* */
- white-space: nowrap;
- text-align: center;
- vertical-align: middle;
- line-height:24px;
-
- overflow: visible;
- float:left;
- }
-
- #RECORD_BUTS A:hover, .butShowAllEpisodes A:hover, .butShowThisEpisode A:hover, .butSearchThisEpisode A:hover, .butUpdateTime A:hover {
- background-color: #00BBFF;
- }
-
- .infoTitle {
- font-size: 14px;
- font-weight: bold;
- }
-
- .infoText {
- font-size: 11px;
- font-weight:normal;
- }
-
- #EPISODE_BUTTONS, #RECORD_BUTS {
- display: inline-block;
- margin: 5px 5px 0px 5px;
- }
-
- #RECORD_BUTS {
- margin: 3px 5px 5px 0px;
- float:left;
- clear:both;
- }
-
- #EPISODE_DATE {
- float:left;
- display: inline-block;
- clear: both;
- margin: 5px 0px 0px 5px;
- }
-
- #EPISODE_BUTTONS {
- margin: 2px 5px 0px 1px;
- }
-
- #EPISODE_CHANNEL {
- float:left;
- display: inline-block;
- margin: 5px 5px 0px 30px;
- }
-
- #CHANNEL_ICON {
- float:left;
- width:67px;
- height:50px;
- margin-left:10px;
- margin-top:4px;
- }
-
- .channelNum {
- font-size:16px;
- font-weight:bold;
- }
-
- .channelName {
- font-size:12px;
- font-weight:normal;
- }
-
- #EPISODE_DESC {
- display: inline-block;
- float:left;
- clear: both;
- margin: 5px 5px 5px 5px;
- width:99%;
- }
-
- .subtitleText {
- font-size: 11px;
- font-weight:bold;
- }
-
- #RECORD_OPTIONS {
- clear:left;
- display: inline-block;
- padding:0;
- margin: 0px 5px 0px 5px;
- z-index:99;
- overflow: hidden;
- line-height: 20px;
- vertical-align:baseline;
- }
-
- #RECORD_OPTIONS INPUT {
- vertical-align:top;
- }
- #RECORD_OPTIONS_LEFT, #RECORD_OPTIONS_RIGHT, #RECORD_DAYS_2, #RECORD_DAYS_3, #RECORD_DAYS_4 {
- float:left;
- margin: 0px 0px 0px 10px;
- padding: 3px 0px 3px 0px;
- }
-
- #RECORD_OPTIONS_LEFT {
- margin: 0px 20px 0px 0px;
- }
-
- #RECORD_DAYS_2, #RECORD_DAYS_4 {
- margin-left:0px;
- }
- #DAYS_LIST {
- background-color: #99BBEE;
- color: #000000;
- border-left: 1px solid #696969;
- border-right: 1px solid #696969;
- float:left;
- margin: 1px 0px 0px 20px;
- padding: 0px 5px 0px 2px;
- }
-
- #RECORD_QUALITY, #RECORD_PADDING {
- position: relative;
- display: inline-block;
- clear:both;
- margin-top:5px;
- line-height:20px;
- vertical-align:middle;
- white-space: nowrap;
- overflow: hidden;
- margin-left:5px;
- }
-
- #RECORD_KEEP {
- margin-left:5px;
- }
-
- #RECORD_PADDING {
- margin-bottom:5px;
- }
-
- #RECORD_KEEP INPUT, #RECORD_PADDING INPUT, #RECORD_QUALITY INPUT, #RECORD_TEXT INPUT {
- line-height:20px;
- vertical-align:middle;
- text-align: center;
- border: 1px solid black;
- background-color: #fff5ee;
- padding: 1px 0px 0px 0px;
- padding-top: 0px;
- height:22px;
- margin-left:3px;
- }
-
- #RECORD_QUALITY SELECT {
- line-height:20px;
- vertical-align:middle;
- border: 1px solid black;
- background-color: #fff5ee;
- padding: 2px 2px 2px 2px;
- height:22px;
- margin-right:15px;
- margin-left:3px;
- }
-
- .updateText {
- font-size:11px;
- font-weight:bold;
- margin-bottom:-5px;
- }
- #RECORD_DAYS INPUT {
- float:left;
- }
-
- #RECORD_DAYS label {
- float:left;
- margin-right:15px;
- vertical-align: middle;
- }
-
- #UPDATE_RECORDING_TIME, #RECORD_TEXT {
- display: inline-block;
- width:100%;
- clear:both;
- }
-
- #RECORD_TEXT {
- margin: 5px 0px 5px 5px;
- }
-
- #ERROR_MESSAGE {
- clear:both;
- font-size: 12px;
- color: #000000;
- font-weight: bold;
- background-color: #ff9f9f;
- padding: 10px 2px 10px 10px;
- border: 1px solid #808080;
- margin: 5px 5px 0px 5px;
- }
-
- #EPISODE_TITLE {
- font-size: 16px;
- font-weight: bold;
- color: #000000;
- white-space: nowrap;
- background-color: #99BBEE;
- padding: 2px 4px 2px 4px;
- border: 1px solid #808080;
- margin: 5px 5px 0px 5px;
- }
-
- #EPISODE_SUBTITLE {
- font-size: 11px;
- white-space: nowrap;
-
- background-color: #33AADD;
- padding: 2px 4px 2px 4px;
- border: 1px solid #808080;
- margin: 3px 5px 0px 5px;
- }
-
- .updateTime {
- font-size: 11px;
- font-weight: bold;
- white-space: nowrap;
- background-color: #ffe082;
- padding: 2px 4px 2px 4px;
- border: 1px solid #808080;
- margin: 5px 5px 0px 5px;
- }
-
- .padText {
- width:155px;
- text-align: right;
- white-space: nowrap;
- display: inline-block;
- overflow: visible;
- float:left;
- clear:left;
- vertical-align: middle;
- line-height:20px;
- }
-
- #UPDATE_TEXT {
- float:left;
- }
-
- #UPDATE_TEXT INPUT {
- width:38px;
- margin-bottom: 3px;
- }
-
- #UPDATE_BUTTON {
- float:left;
- margin: 42px 0px 0px 20px;
- }
-
- #EPISODE_CHANNEL {
- float:left;
- }
-
- #UPDATE_GROUP {
- margin: 5px 5px 0px 0px;
- clear:both;
- display: inline-block;
- }
-
- .textLarge {
- line-height:32px;
- }
-
- .textSmall {
- padding-left:3px;
- line-height:14px;
- }
-
- #HEADER_TEXT {
- margin: 4px 0px 0px 5px;
- float:left;
- }
-
- #LOGO_HEADER {
- display:inline-block;
- float:left;
- height:46px;
-
- width:47px;
- width:0px; /* width of zero will hide the image */
-
- font-size:0px;
- background: url(../Graphics/logo_header.png) no-repeat left;
- margin-top:-5px;
- }
-
- #PROGRAM_INFO {
- display: inline-block;
- float:right;
- font-size: 16px;
- font-weight:bold;
- vertical-align: middle;
- margin-right: 5px;
- line-height:60px;
- }
-
- .new_show {
- display: inline-block;
- width:19px;
- height:22px;
- background: url(../Graphics/new.png) no-repeat center;
- float:left;
- margin-left:3px;
- margin-right:20px;
-
- font-size:10px;
- font-weight:bold;
- font-variant: small-caps;
- color: #b22222;
- /* hide the text */
- font-size:0px;
- text-indent: -9000px;
- }